feat: find + install commands (v0.6.0) - #1
Merged
Merged
Conversation
DBML enum-value hits now fall back to the EnumDef value's `note` when no overlay meaning covers it (matches render/table.ts:58 behavior), instead of silently dropping it. Column entries stay overlay-only per spec. Added coverage for the previously-untested `domain` FindKind path (usedBy resolves to member tables, md renderer prints "## Domain matches").
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
find <term...>— identifier search across all schema node kinds (tables, columns, enums, enum values incl. overlay value-sets, domains). Kind auto-detected, matching precedence exact → glob (*) → fuzzy (edit distance ≤2),--strictdisables fuzzy,--format jsonfor tooling. Complementsquery: find locates, query explains.install claude [--global]— generates a Claude Code skill file (.claude/skills/dbmlgraph/SKILL.md) with the schema directory baked in (resolved from--schema-diror git-style walk-up to.dbmlgraph.yml).install agents— marker-delimited AGENTS.md section covering Codex, opencode, and other AGENTS.md-standard agents. Idempotent re-install, never touches user content outside its markers.install --list,uninstall claude|agents.notenow falls back into find'smeaningoutput; overlay meaning still wins.Test plan
tsc --noEmitcleanfind cycle_id→ 26 column hits,find KICKOFF→ enum-value hit with correct usedBy,find "ratio_*" --strict→ 19 glob hits🤖 Generated with Claude Code